struct _PO_IRP_QUEUE// Size=0x10
{
    struct _IRP * CurrentIrp;// Offset=0x0 Size=0x8
    struct _IRP * PendingIrpList;// Offset=0x8 Size=0x8
};